============================= test session starts ==============================
platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0 -- /home/runner/work/pygments-pytest/pygments-pytest/.tox/push/bin/python
cachedir: .pytest_cache
rootdir: /tmp/pytest-of-runner/pytest-0/test_collection_unknown_fixture1
collecting ... collected 1 item
f.py::test ERROR [100%]
==================================== ERRORS ====================================
____________________________ ERROR at setup of test ____________________________
file /tmp/pytest-of-runner/pytest-0/test_collection_unknown_fixture1/f.py, line 1
def test(x): pass
E fixture 'x' not found
> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, capteesys, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> use 'pytest --fixtures [testpath]' for help on them.
/tmp/pytest-of-runner/pytest-0/test_collection_unknown_fixture1/f.py:1
=========================== short test summary info ============================
ERROR f.py::test
=============================== 1 error in 0.00s ===============================